-
Notifications
You must be signed in to change notification settings - Fork 13.3k
azure: fix multiple checkouts on azure #61213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azure: fix multiple checkouts on azure #61213
Conversation
We were checking out the rustc repo multiple times on auto macOS, and that was causing an error on the Azure side since multiple checkouts are apparently not supported. This removes the extra checkout.
@bors: r+ rollup |
📌 Commit d185fea has been approved by |
⌛ Testing commit d185fea with merge f41564cc0e31b2fdc132ef4edef21fd204139d2d... |
@bors r- retry The Azure build failed. |
@bors r=alexcrichton p=1 rollup=never We forgot to increase the timeout from 1 hour in the auto branch... woops! |
📌 Commit 4af19b0 has been approved by |
…lexcrichton azure: fix multiple checkouts on azure We were checking out the rustc repo multiple times on auto macOS, and that was causing an error on the Azure side since multiple checkouts are apparently not supported. This removes the extra checkout. r? @alexcrichton fixes #61170
☀️ Test successful - checks-travis, status-appveyor |
We were checking out the rustc repo multiple times on auto macOS, and
that was causing an error on the Azure side since multiple checkouts are
apparently not supported. This removes the extra checkout.
r? @alexcrichton
fixes #61170